The AMVaultLink object is a client-side component that implements all functionality required to manage the connection to a vault.
The properties of this object together define a specific context within a specific vault. Applications can use this information to connect to the vault and start a transaction.
Name | Description |
---|---|
The name of the selected baseline. |
|
The ID of the selected baseline. |
|
An AMDocumentRepository. See Remarks. |
|
Reserved. See About reserved objects, methods, and properties . |
|
The selected date value for history mode. |
|
Reserved. See About reserved objects, methods, and properties . |
|
See Remarks. |
|
Reserved. See About reserved objects, methods, and properties . |
|
Stores settings to a file. |
|
Display name of the selected vault. |
|
Reserved. See About reserved objects, methods, and properties . |
|
Should be True. Reserved. See About reserved objects, methods, and properties . |
|
ID of the selected work area. |
Remarks
CreateVault
The CreateVault method returns an instance of the AMDocumentRepository object. The repository has been opened using the information set on the AMVaultLink.
The application that calls CreateVault should call CloseRepository before releasing the repository instance.
DateTimeUTC
The AMVaultLink can also define the moment in history to open a vault. The DateTimeUTC property will return the selected DATE value in UTC format. This property will be Empty if the AMVaultLink defines a vault in the present context.
IsBaseline
If a baseline was used to select a moment in history, the IsBaseline property will return True. In this case also the BaseLineDisplayName and BaseLineID properties will return a string value describing the selected baseline.
IsWorkPackage
If a work area is selected, then the IsWorkPackage property will return True. In this case also the WorkPackageDisplayName and WorkPackageID properties will return a string value describing the selected work area.
Related information
Understanding the document repository object